home *** CD-ROM | disk | FTP | other *** search
/ Together in Jesus: 1st Eucharist Computer Fun / Together in Jesus - First Eucharist - Computer Fun.iso / rec4c.swf / scripts / frame_1 / DoAction.as < prev   
Text File  |  2007-10-07  |  1KB  |  34 lines

  1. stop();
  2. manwalk_mc._visible = false;
  3. var score;
  4. score = 0;
  5. filename = ["rec4a.swf","rec4.swf"];
  6. i = filename.length;
  7. k = Math.floor(Math.random() * i);
  8. labelarray = ["one","two","three","four","five"];
  9. randomidx = random(labelarray.length);
  10. var soundTock = new Sound(this);
  11. soundTock.attachSound("tock");
  12. var soundTada = new Sound(this);
  13. soundTada.attachSound("tada");
  14. var soundWrongslide = new Sound(this);
  15. soundWrongslide.attachSound("wrongslide");
  16. var soundApplause1 = new Sound(this);
  17. soundApplause1.attachSound("applause1");
  18. var soundApplause2 = new Sound(this);
  19. soundApplause2.attachSound("applause2");
  20. var soundCheering1 = new Sound(this);
  21. soundCheering1.attachSound("cheering1");
  22. var soundCheering2 = new Sound(this);
  23. soundCheering2.attachSound("cheering2");
  24. var soundTrumpet = new Sound(this);
  25. soundTrumpet.attachSound("trumpet");
  26. var soundCheerchime = new Sound(this);
  27. soundCheerchime.attachSound("cheerchime");
  28. var soundVictorychimes = new Sound(this);
  29. soundVictorychimes.attachSound("victorychimes");
  30. var soundCheering2 = new Sound(this);
  31. soundCheering2.attachSound("cheering2");
  32. var soundDingbleep = new Sound(this);
  33. soundDingbleep.attachSound("dingbleep");
  34.